home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 4: GNU Archives / Linux Cubed Series 4 - GNU Archives.iso / gnu / cvs-1.8 / cvs-1 / cvs-1.8.1 / acconfig.h < prev    next >
Encoding:
Text File  |  1996-05-06  |  383 b   |  13 lines

  1. /* Define if you have MIT Kerberos version 4 available.  */
  2. #undef HAVE_KERBEROS
  3.  
  4. /* Define if you want CVS to be able to be a remote repository client.  */
  5. #undef CLIENT_SUPPORT
  6.  
  7. /* Define if you want CVS to be able to serve repositories to remote
  8.    clients.  */
  9. #undef SERVER_SUPPORT
  10.  
  11. /* Define if you want to use the password authenticated server.  */
  12. #undef AUTH_SERVER_SUPPORT
  13.